executable statement造句
例句与造句
- Statement is not itself an executable statement
语句本身不是一条可执行语句。 - Labels can be used only on executable statements inside methods
标签只能用于方法内的可执行语句中。 - Documents the declaration and executable statements available in visual basic
说明visual basic中可用的声明和可执行语句。 - All executable statements in visual basic must be within some procedure
Visual basic中的所有可执行语句均必须位于某个过程内。 - Elements are executable statements , which constitute the run - time code of your program
过程级元素的大多数内容都是可执行语句,它们组成了程序的运行时代码。 - It's difficult to find executable statement in a sentence. 用executable statement造句挺难的
- Each time the procedure is called , its statements run , starting with the first executable statement after the
语句后的第一个可执行语句开始,到遇到的第一个 - Each time the procedure is called , its statements are executed , starting with the first executable statement after the
语句后的第一个可执行语句开始,到遇到的第一个 - Executable statements can loop or branch through blocks of code , and often contain mathematical or conditional operators
可执行语句可在代码块中循环或分支,并常常包含算术或条件运算符。 - Provides an overview of the two basic units of instruction in jscript , declaration statements and executable statements
提供有关jscript中的两个基本指令单元(声明语句和可执行语句)的概述。 - Provides an overview of the two basic units of instruction in visual basic : declaration statements and executable statements
提供有关visual basic中的两个基本指令单元(声明语句和可执行语句)的概述。 - You can make almost any kind of change to executable statements while in break mode , and the change will be incorporated into the underlying project
您可以在中断模式下对可执行语句进行几乎所有类型的更改,所做更改将被合并到基础项目中。 - The topics in this section contain tables of the visual basic declaration and executable statements , and of important lists that apply to many statements
本节的主题包含visual basic声明和可执行语句的表格,以及适用于许多语句的重要列表的表格。 - In break mode , the instruction pointer , a yellow arrowhead in the source window , points to the line that will be executed next , and will be located on an executable statement within a method or property body
在中断模式下,指令指针(即源代码窗口中的黄色箭头)指向接下来将要执行的行,并将位于方法或属性体内的一条可执行语句上。